@charset "UTF-8";
/*基本*/
html {
    height: auto;
    width: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    color: #222;
    background: #ffffff;
    font-family: "Microsoft YaHei", serif!important;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
    padding: 0;
    margin: 0;
}

a {
    text-decoration: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

fieldset,
img {
    border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
    font-weight: normal;
    font-style: normal;
}

input {
    outline: none;
}

ol,
ul {
    list-style: none;
}

/*工具*/
.w1200 {
    width: 1200px !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.pull-right {
    float: right !important;
}

.pull-left {
    float: left !important;
}

.text-right {
    text-align: right !important;
}

.text-left {
    text-align: left !important;
}

.text-center {
    text-align: center !important;
}

.hide {
    display: none !important;
}

.show {
    display: block !important;
}

.invisible {
    visibility: hidden;
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.clearfix:after,
.clearfix:before {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
}

.page {
    line-height: 24px;
    margin: 50px 0;
    text-align: center;
}

.page a, .page span {
    color: #000000;
    margin: 0 5px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    padding: 2px 8px;
    border: 1px solid #ccc;
}

.page a:hover, .page span {
    color: #FFFFFF;
    background: #65a636;
}

.page-detils {
    padding: 20px 0;
    margin: 20px 0;
    border-top: 1px solid #666666;
}

.page-detils p a {
    font-size: 14px;
    line-height: 30px;
    color: #333333;
}

.page-detils p a:hover {
    color: #65a636;
}

[type=submit], a, [type=button], button {
    cursor: pointer;
}

[type=submit]:hover, [type=button]:hover, button:hover {
    opacity: 0.8;
    cursor: pointer;
}

.loading {
    display: block;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 999999999;
    background: #FFFFFF;
}

.loading .pic {
    display: block;
    width: 50px;
    height: 50px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.loading .pic i {
    width: 6px;
    height: 50px;
    background: #65a636;
    display: block;
    float: left;
    margin: 0 2px;
    -webkit-transform: scaleY(0.4);
    -moz-transform: scaleY(0.4);
    -ms-transform: scaleY(0.4);
    -o-transform: scaleY(0.4);
    transform: scaleY(0.4);
    -webkit-animation: load 1.2s infinite;
    -o-animation: load 1.2s infinite;
    animation: load 1.2s infinite;
}

.loading .pic i:nth-child(2) {
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s;
}

.loading .pic i:nth-child(3) {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

.loading .pic i:nth-child(4) {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}

.loading .pic i:nth-child(5) {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
}

@-webkit-keyframes load {
    0%, 40%, 100% {
        transform: scaleY(0.4);
    }
    20% {
        transform: scaleY(1);
    }
}

@keyframes load {
    0%, 40%, 100% {
        transform: scaleY(0.4);
    }
    20% {
        transform: scaleY(1);
    }
}

header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    box-shadow: 2px 2px 3px #cccccc;
    height: 128px;
    z-index: 99999999;
    background: #FFFFFF;
    background: rgba(255, 255, 255, 0.9);
}

header .headerTel {
    overflow: hidden;
    height: 27px;
    padding: 11px 0 0 0;
    width: 100%;
}

header .headerTel img {
    display: block;
    float: right;
    height: 27px;
}

.header-main .pull-left {
    display: block;
    margin: 52px 0 0 20px;
}

.header-main .pull-left img {
    display: block;
	width:240px;
	height:auto;
}

/*导航*/
.nav {
    width: 840px;
    height: 90px;
    position: relative;
    z-index: 999;
}

.nav a {
    color: #fff;
}

.nav .nLi {
    text-align: center;
    float: left;
    width: 105px;
    height: 100%;
    position: relative;
    display: inline;
}

.nav .nLi h3 a {
    color: #000000;
    display: block;
    font-size: 16px;
    line-height: 24px;
    font-weight: normal;
    height: 48px;
    padding: 18px 0 24px;
}

.nav .nLi h3 a span {
    font-size: 12px;
    color: #777;
    font-weight: normal;
    display: block;
    text-transform: uppercase;
}

.nav .sub {
    z-index: 99;
    display: none;
    width: 105px;
    left: 0;
    top: 100px;
    position: absolute;
    background: #ffffff;
    line-height: 38px;
    font-size: 13px;
    padding: 0 0 10px 0;
    box-shadow: 1px 1px 5px #999999;
}

.nav .sub:before {
    left: 0;
    margin-top: -10px;
    position: absolute;
    content: "";
    height: 10px;
    display: block;
    width: 105px;
    background: url("../../images/jrkyyimages/subbg.png") top center no-repeat;
}

.nav .sub li {
    border-bottom: 1px dashed #a4a4a4;
    zoom: 1;
}

.nav .sub a {
    color: #000000;
    display: block;
    padding: 0 10px;
}

.nav .sub a:hover {
    color: #65a636;
}

.nav .on h3 a {
    color: #65a636;
}

.nav .on h3 a span {
    color: #65a636;
}




header.fixednav {
    height: 54px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: rgba(255, 255, 255, 1);
}

header.fixednav .headerTel {
    display: none;
}

header.fixednav .header-main .pull-left {
    margin: 10px 0 10px 20px;
}
header.fixednav .header-main .pull-left img{ height: 34px; width: auto;}
header.fixednav .nav{ height: 54px;}
header.fixednav .nav .sub{ top: 64px;}
header.fixednav .nav .nLi h3 a {
    height: 24px;
    padding: 15px 0;
}
header.fixednav .nav .nLi h3 a span{ display: none;}



/*banner*/
.banner {
    overflow: hidden;
    position: relative;
    z-index: 0;
    width: 1920px;
    margin-left: -360px;
    height: 707px;
}

.banner .hd {
    font-size: 0;
    height: 15px;
    width: 100%;
    text-align: center;
    overflow: hidden;
    position: absolute;
    right: 0;
    bottom: 10px;
    z-index: 1;
}

.banner .hd ul li {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    margin: 0 10px;
    width: 50px;
    height: 12px;
    line-height: 12px;
    text-align: center;
    background: #fff;
    cursor: pointer;
}

.banner .hd ul li.on {
    background: #65a636;
    color: #fff;
}

.banner .bd {
    position: relative;
    height: 100%;
    z-index: 0;
}

.banner .bd li {
    zoom: 1;
    vertical-align: middle;
}

.banner .bd img {
    width: 1920px;
    height: 707px;
    display: block;
}

.indexAbout {
    margin-top: 70px;
    width: 530px;
    height: 372px;
    overflow: hidden;
    padding: 0 20px 0 650px;
    background: url("../../images/jrkyyimages/aboutbg.png") center repeat-x;
}

.indexAbout .aboutVideo {
    float: left;
    margin-left: -630px;
    width: 604px;
    height: 352px;
    display: block;
    overflow: hidden;
}

.indexAbout .aboutVideo img {
    width: 604px;
    height: 352px;
    display: block;
}

.indexAbout h2 {
    color: #65a636;
    font-size: 36px;
    font-weight: bolder;
    line-height: 40px;
    height: 80px;
    overflow: hidden;
}

.indexAbout h2 span {
    font-size: 24px;
    color: #000000;
    font-weight: normal;
}

.indexAbout p.content {
    color: #333333;
    font-size: 14px;
    line-height: 32px;
    height: 160px;
    overflow: hidden;
    margin-top: 40px;
}

.indexAbout a.but {
    border-radius: 5px;
    margin-top: 30px;
    display: block;
    width: 129px;
    height: 35px;
    background: #65a636;
    line-height: 35px;
    text-align: center;
    font-size: 16px;
    color: #ffffff;
    border: 2px solid #65a636;
}

.indexAbout a.but:hover {
    background: #EEEEEE;
    color: #65a636;
}

.index-tit {
    text-align: center;
    margin: 30px auto;
    width: 800px;
}

.index-tit h2 {
    border-bottom: 1px solid #d2d2d2;
    font-size: 24px;
    line-height: 80px;
    width: 300px;
    height: 80px;
    margin: 0 auto 10px auto;
    color: #65a636;
    text-align: center;
    font-weight: normal;
    text-transform: uppercase;
}

.index-tit p {
    font-size: 14px;
    line-height: 30px;
    color: #999999;
    font-weight: normal;
    text-align: center;
}

.indexProduct .slideTxtBox {
    width: 100%;
    text-align: left;
}

.indexProduct .slideTxtBox .hd ul {
    display: block;
    width: 100%;
    height: 115px;
    text-align: center;
    overflow: hidden;
}

.indexProduct .slideTxtBox .hd ul li {
    margin: 0 13px;
    display: inline-block;
	*display:inline;
	*zoom:1;
    width: 205px;
    height: 111px;
    border-top: 2px solid #65a636;
    border-bottom: 2px solid #65a636;
    cursor: pointer;
}

.indexProduct .slideTxtBox .hd ul li h3 {
    color: #65a636;
    line-height: 30px;
    font-size: 20px;
    height: 60px;
    overflow: hidden;
    padding: 25px 0;
}

.indexProduct .slideTxtBox .hd ul li h3 span {
    display: block;
    font-size: 13px;
    text-transform: uppercase;
}

.indexProduct .slideTxtBox .hd ul li.on {
    background: #65a636;
}

.indexProduct .slideTxtBox .hd ul li.on h3 {
    color: #FFFFFF;
}

.indexProduct .slideTxtBox .bd > div {
    height: 350px;
    width: 600px;
    margin: 80px 0 40px 0;
}

.indexProduct .slideTxtBox .bd > div a {
    display: block;
}

.indexProduct .slideTxtBox .bd > div h4 {
    font-size: 32px;
    color: #65a636;
    line-height: 42px;
}

.indexProduct .slideTxtBox .bd > div h4 span {
    font-size: 14px;
    font-weight: normal;
    color: #666666;
    display: block;
}

.indexProduct .slideTxtBox .bd > div p {
    font-size: 14px;
    line-height: 32px;
    color: #333333;
    height: 192px;
}

.indexProduct .slideTxtBox .bd > div span.but {
    display: block;
    background: #65a636;
    width: 129px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    border-radius: 10px;
    margin: 10px 0;
    color: #ffffff;
    border: 2px solid #65a636;
}

.indexProduct .slideTxtBox .bd > div img.img {
    float: right;
    margin: 0 -600px 0 0;
    display: block;
    width: 557px;
    height: 350px;
}

.indexProduct .slideTxtBox .bd > div a:hover span.but {
    background: #ffffff;
    color: #65a636;
}

.indexResearch {
    height: 552px;
    background: url("../../images/jrkyyimages/researchbg.jpg") center no-repeat;
    overflow: hidden;
}

.indexResearch .index-tit h2 {
    color: #010101;
}

.indexResearch .index-tit p {
    color: #000000;
}

.indexResearch .picScroll-left {
    width: 92%;
    position: relative;
	margin:0 auto;
}

.indexResearch .picScroll-left .hd .prev, .indexResearch .picScroll-left .hd .next {
    display: block;
    width: 32px;
    height: 50px;
    float: right;
    overflow: hidden;
    cursor: pointer;
    margin: 103px -35px 0 0;
    background: url("../../images/jrkyyimages/reR.png") center no-repeat;
}

.indexResearch .picScroll-left .hd .next {
    background: url("../../images/jrkyyimages/reL.png") center no-repeat;
    float: left;
    margin: 103px 0 0 -35px;
}

.indexResearch .picScroll-left .bd ul {
    overflow: hidden;
    zoom: 1;
}

.indexResearch .picScroll-left .bd ul li {
    position: relative;
    width: 360px;
    height: 235px;
    margin: 0 4px;
    float: left;
    _display: inline;
    overflow: hidden;
}

.indexResearch .picScroll-left .bd ul li h3 {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 36px;
    line-height: 36px;
    padding: 0 10px;
    font-size: 16px;
    color: #ffffff;
    font-weight: normal;
    background: #000000;
    background: rgba(0, 0, 0, 0.6);
    transition: all 0.3s;
}

.indexResearch .picScroll-left .bd ul li a:hover h3 {
    background: #65a636;
}

.indexResearch .picScroll-left .bd ul li img {
    width: 360px;
    height: 235px;
    display: block;
}

.indexResearch a.but {
    display: block;
    width: 83px;
    height: 26px;
    background: #65a636;
    line-height: 26px;
    text-align: center;
    color: #ffffff;
    border-radius: 10px;
    margin: 44px auto;
    text-transform: uppercase;
}

/*indexvip*/
.index-brand a.but {
    display: block;
    width: 83px;
    height: 26px;
    background: #65a636;
    line-height: 26px;
    text-align: center;
    color: #ffffff;
    border-radius: 10px;
    margin: 44px auto;
    text-transform: uppercase;
}

.index-brand li {
    line-height: 24px;
    float: left;
    width: 378px;
    height: auto;
}

.index-brand li a {
    background: #eeeeee;
    display: block;
    padding-bottom: 30px;
    transition: all 0.5s;
}

.index-brand li a:hover {
    background: #65a636;
}

.index-brand li a:hover p {
    color: #FFFFFF;
}

.index-brand li a:hover h3 {
    color: #FFFFFF;
}

.index-brand li a:hover div:before {
    display: block;
}

.index-brand li + li {
    margin-left: 33px;
}

.index-brand li div {
    display: block;
    width: 378px;
    height: 195px;
    overflow: hidden;
    position: relative;
	background:#eeeeee;
}

.index-brand li div:before {
    display: none;
    content: "";
    width: 378px;
    height: 195px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 8;
    background: url("../../images/jrkyyimages/newshover.png") center no-repeat  rgba(0, 0, 0, 0.5);
    transition: all 0.5s;
}

.index-brand li div img {
    transition: all 0.5s;
    display: block;
    width: 378px;
    height: 195px;
}

.index-brand li a:hover div img {
    transform: scale(1.05);
}

.index-brand li a p {
    font-size: 14px;
    line-height: 28px;
    height: 84px;
    overflow: hidden;
    color: #555555;
    padding: 0 10px;
}

.index-brand li a h3 {
    padding: 0 10px;
    font-size: 18px;
    font-weight: normal;
    line-height: 32px;
    height: 32px;
    overflow: hidden;
    color: #000000;
    text-align: left;
}

.izl-rmenu {
    position: fixed;
    right: 5px;
    bottom: 10px;
    padding-bottom: 73px;
    z-index: 999;
}

.izl-rmenu .btn {
    width: 72px;
    height: 73px;
    margin-bottom: 1px;
    cursor: pointer;
    position: relative;
}

.izl-rmenu .btn-qq {
    background: url(../../images/jrkyyimages/r_qq.png) 0 no-repeat #65a636;
}

.izl-rmenu .btn-qq:hover {
    background-color: #65a636;
}

.izl-rmenu a.btn-qq, .izl-rmenu a.btn-qq:visited {
    background: url(../../images/jrkyyimages/r_qq.png) 0 0 no-repeat  #65a636;
    text-decoration: none;
    display: block;
}

.izl-rmenu .btn-wx {
    background: url(../../images/jrkyyimages/r_wx.png) 0 0 no-repeat #65a636;
}

.izl-rmenu .btn-wx:hover {
    background-color: #65a636;
}

.izl-rmenu .btn-wx .pic {
    position: absolute;
    left: -160px;
    top: 0;
    display: none;
    width: 160px;
    height: 160px;
}

.izl-rmenu .btn-phone {
    background: url(../../images/jrkyyimages/r_phone.png) 0 0 no-repeat #65a636;
}

.izl-rmenu .btn-phone:hover {
    background-color: #65a636;
}

.izl-rmenu .btn-phone .phone {
    background-color: #65a636;
    position: absolute;
    width: 160px;
    left: -160px;
    top: 0;
    line-height: 73px;
    color: #FFF;
    font-size: 18px;
    text-align: center;
    display: none;
}

.izl-rmenu .btn-top {
    background: url(../../images/jrkyyimages/r_top.png) 0 0 no-repeat #444444;
    display: none;
}

.izl-rmenu .btn-top:hover {
    background-color: #333;
}

/*footer*/
footer {
    background: #666666;
    color: #ffffff;
}

footer .w1200 {
    height: 164px;
    padding: 20px 0;
}

footer .w1200 .footerLogo {
    width: 312px;
    border-right: 1px solid #ffffff;
}

footer .w1200 .footerLogo img {
    display: block;
    width: 250px;
    height: 47px;
    margin: 60px auto;
}

footer .w1200 .footerNav {
    width: 180px;
    padding: 0 50px;
}

footer .w1200 .footerNav li {
    float: left;
    width: 50%;
    height: 26px;
    line-height: 26px;
    font-size: 14px;
}

footer .w1200 .footerNav li a {
    color: #ffffff;
}

footer .w1200 .footerNav li a:before {
    content: "-";
    margin-right: 5px;
}

footer .w1200 .footerContact {
    width: 330px;
    padding: 0 50px;
}

footer .w1200 .footerContact li {
   font-size: 14px;
    margin-top: 7px;
}

footer .w1200 .footerContact li:before {
    content: "-";
    margin-right: 5px;
}

footer .w1200 .footerContact a {
    color: #ffffff;
}

footer .w1200 .footerContact form {
    margin: 27px 0 0 0;
    width: 234px;
    height: 38px;
    position: relative;
}

footer .w1200 .footerContact form input[type=text] {
    display: block;
    border: none;
    outline: none;
    width: 214px;
    height: 38px;
    line-height: 28px;
    padding: 0 10px;
    font-size: 14px;
}

footer .w1200 .footerContact form input[type=submit] {
    display: block;
    background: #515151;
    border-radius: 5px;
    border: none;
    outline: none;
    color: #ffffff;
    width: 28px;
    line-height: 30px;
    text-align: center;
    font-size: 20px;
    height: 36px;
    position: absolute;
    right: 1px;
    top: 1px;
}

footer .w1200 .footerCode {
    width: 165px;
}

footer .w1200 .footerCode img {
    display: block;
    width: 110px;
    height: 110px;
}

footer .w1200 .footerCode p {
    font-size: 14px;
    line-height: 32px;
}

footer .w1200 h3 {
    font-size: 16px;
    font-weight: normal;
    color: #ffffff;
}

footer .w1200 h3:before {
    content: "-";
    margin-right: 5px;
    line-height: 32px;
}

footer a {
    color: #ffffff;
}

footer a:hover {
    color: #999999;
}

footer .footer-copy {
    font-size: 14px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    color: #ffffff;
    background: #1c1c1c;
}

.banner-second {
    display: block;
    width: 1920px;
    height: auto;
    margin: 128px 0 0 -360px;
}

.banner-second img {
    display: block;
    width: 1920px;
    height: auto;
}

.mainBody {
    padding: 50px 0 50px 0;
}

.breadNavBar {
    height: 60px;
    line-height: 60px;
    border-bottom: 1px solid #cccccc;
    margin-bottom: 12px;
}

.breadNavBar .secondNav li {
    width: 138px;
    text-align: center;
    height: 60px;
    float: left;
    border-right: 1px solid #e0e0e0;
}

.breadNavBar .secondNav li a {
    width: 138px;
    text-align: center;
    height: 72px;
    display: block;
    color: #666666;
    font-size: 18px;
}

.breadNavBar .secondNav li a:hover {
    background: url("../../images/jrkyyimages/lihover.png") center top no-repeat;
    color: #FFFFFF;
}

.breadNavBar .secondNav li.on a {
    background: url("../../images/jrkyyimages/lihover.png") center top no-repeat;
    color: #FFFFFF;
}

.breadNavBar .breadNav {
    display: inline-block;
}

.breadNavBar .breadNav li {
    display: inline-block;
}

.breadNavBar .breadNav li a {
    font-size: 13px;
    color: #333333;
}

.breadNavBar .breadNav li a:hover {
    color: #65a636;
}

.breadNavBar .breadNav li:after {
    content: "\00a0>\00a0";
}

.breadNavBar .breadNav:before {
    content: "您的位置：\00a0";
    display: inline-block;
}

/*以租代购详情*/
.container {
    width: 564px;
    height: 380px;
    float: left;
    overflow: hidden;
}

.jqzoom {
    width: 100%;
    height: 100%;
    float: left;
    border: none;
    position: relative;
    padding: 0;
    cursor: pointer;
    margin: 0;
    display: block;
}

.jqzoom img {
    width: 100%;
    height: 100%;
    display: block;
    background: url(http://www.lanrenzhijia.com/demo/images/loading.gif) no-repeat center center;
}

.zoomdiv {
    z-index: 100;
    position: absolute;
    top: 0;
    left: 0;
    width: 350px;
    height: 350px;
    background: #ffffff;
    border: 1px solid #CCCCCC;
    display: none;
    text-align: center;
    overflow: hidden;
}

.jqZoomPup {
    z-index: 10;
    visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    border: 1px solid #aaa;
    background: #ffffff;
    opacity: 0.5;
    -moz-opacity: 0.5;
    filter: alpha(Opacity=50);
}

.spec-preview {
    width: 564px;
    height: 308px;
}

.spec-scroll {
    clear: both;
    margin-top: 5px;
    width: 100%;
}

.spec-scroll .prev,
.spec-scroll .next {
    display: block;
    font-family: "宋体", serif;
    width: 30px;
    height: 66px;
    font-size: 26px;
    line-height: 66px;
    cursor: pointer;
    text-decoration: none;
    font-weight: normal;
    color: #FFFFFF;
    text-align: center;
    background: #cccccc;
}

.spec-scroll .prev {
    float: left;
}

.spec-scroll .next {
    float: right;
}

.spec-scroll .items {
    float: left;
    position: relative;
    width: 504px;
    height: 66px;
    overflow: hidden;
}

.spec-scroll .items ul {
    position: absolute;
    width: 999999px;
    height: 66px;
}

.spec-scroll .items ul li {
    float: left;
    width: 126px;
    height: 66px;
    text-align: center;
    cursor: pointer;
}

.spec-scroll .items ul li:hover {
    opacity: 0.8;
}

.spec-scroll .items ul li img {
    width: 119px;
    height: 66px;
    display: inline-block;
}

.mainBody .product-box {
    width: 100%;
    height: auto;
    padding: 0 0 20px 0;
    overflow: hidden;
}

.mainBody .product-box .right {
	font-size:14px;
    width: 600px;
    height: auto;
    overflow: hidden;
}

.mainBody .product-box .right h2 {
    font-size: 22px;
    color: #3a3a3a;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    border-bottom: 1px solid #a0a0a0;
}

.mainBody .product-box .right ul {
    height: 340px;
    overflow: hidden;
    margin: 15px 0 0 0;
}

.mainBody .product-box .right li {
    line-height: 30px;
    font-size: 15px;
    color: #666666;
}

.mainBody .product-box .right li span {
    display: inline-block;
    width: 80px;
    color: #000000;
    text-align: left;
}

.mainBody .detailBox {
    font-size: 14px;
    line-height: 34px;
    color: #333333;
}

.mainBody .detailBox img {
    max-width: 100%;
}

.mainBody .detailBox h2.detailTit {
    margin-bottom: 30px;
    font-size: 18px;
    padding-left: 20px;
    color: #65a636;
    line-height: 40px;
    border-bottom: 1px solid #65a636;
}

.mainBody .product {
    margin-left: -19px;
}

.mainBody .product li {
    display: block;
    float: left;
    width: 387px;
    margin: 0 0 19px 19px;
}

.mainBody .product li img {
    display: block;
    width: 387px;
    height: 211px;
}

.mainBody .product li div {
    display: block;
    width: 385px;
    height: 114px;
    border: 1px solid #EEEEEE;
    text-align: center;
}

.mainBody .product li div h2 {
    font-size: 22px;
    color: #000000;
    font-weight: normal;
    line-height: 46px;
    height: 46px;
    overflow: hidden;
}

.mainBody .product li div p {
    height: 16px;
    line-height: 16px;
    font-size: 14px;
    color: #999999;
    overflow: hidden;
}

.mainBody .product li div span {
    display: block;
    width: 148px;
    height: 26px;
    line-height: 26px;
    border: 1px solid #65a636;
    color: #65a636;
    margin: 12px auto;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
}

.mainBody .product li a:hover span {
    background: #65a636;
    color: #FFFFFF;
}

.mainBody .local {
    margin-left: -24px;
	margin: 0 auto;
	width:96%;
}

.mainBody .local li, .mainBody .local li img {
    display: block;
    width: 550px;
    height: 359px;
}

.mainBody .local li {
    float: left;
    margin: 0 0 24px 24px;
    overflow: hidden;
    position: relative;
}

.mainBody .local li h2 {
    overflow: hidden;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 54px;
    line-height: 54px;
    padding: 0 10px;
    background: #000000;
    background: rgba(0, 0, 0, 0.6);
    font-size: 16px;
    color: #FFFFFF;
    font-weight: normal;
}

.mainBody .local li a:hover h2 {
    background: #65a636;
}

.mainBody .about2 {
    margin-left: -45px;
}

.mainBody .about2 li {
    width: 370px;
    height: 246px;
    display: block;
    float: left;
    margin: 0 0 30px 45px;
}

.mainBody .about2 li a {
    width: 358px;
    height: 202px;
    display: block;
    background: #eeeeee;
    border: 1px solid #999999;
}

.mainBody .about2 li a img {
    display: block;
    height: 100%;
    width: auto;
    max-width: 100%;
    margin: 0 auto;
}

.mainBody .about2 li a h2{ font-size:16px; color:#000; font-weight:normal; text-align:center; line-height:42px; height:42px; overflow:hidden;}

.mainBody .about2 li a:hover {
    border-color: #666666;
}

.mainBody .about3 {
    min-height: 546px;
    width: 780px;
    padding: 0 20px 0 400px;
    font-size: 14px;
    line-height: 32px;
    color: #000000;
}

.mainBody .about3 img.photo {
    float: left;
    margin-left: -380px;
    width: 335px;
    height: 546px;
    display: block;
}

/*内容页*/
.details_leftall {
    width: 950px;
    height: auto;
}

.details_cover {
    width: 100%;
    height: auto;
    padding: 35px 0 60px;
}

.details_left {
    width: 950px;
    height: auto;
}

.details_left h1 {
    font-size: 24px;
    color: #000;
    font-weight: normal;
}

.details_left .box_share {
    border-bottom: 1px #c9c9c9 dashed;
    padding: 12px 0;
    margin-bottom: 15px;
}

.details_left .box_share span {
    display: inline-block;
    float: left;
    margin-right: 25px;
    line-height: 36px;
    font-size: 14px;
    color: #000;
}

.details_left p {
    margin-bottom: 20px;
    font-size: 14px;
    color: #333333;
    line-height: 30px;
}

.details_left img {
    display: block;
    margin: 25px auto;
}

.details_right {
    width: 215px;
    height: auto;
}

.details_list {
    width: 215px;
    height: auto;
}

.details_list li {
    width: 209px;
    height: 184px;
    margin-bottom: 8px;
}

.details_list li a {
    display: block;
}

.details_list li a h5 {
    font-size: 14px;
    color: #000000;
    font-weight: normal;
    line-height: 36px;
}

.details_list li a:hover h5 {
    color: #65a636;
}

.details_list li a img {
    display: block;
    width: 215px;
    height: 140px;
}

.details_right h3 {
    display: block;
    font-size: 20px;
    color: #000000;
    line-height: 36px;
    background: url(../../images/jrkyyimages/span.jpg) no-repeat left center;
    padding-left: 16px;
    font-weight: bold;
    margin-top: 35px;
}

.details_second_list li a {
    display: block;
    width: 200px;
    height: 30px;
    line-height: 30px;
    padding-left: 15px;
    overflow: hidden;
    background: url(../../images/jrkyyimages/list_ap.jpg) no-repeat left center;
    font-size: 14px;
    color: #333333;
}

.details_second_list li a:hover {
    color: #65a636;
}

/*新闻*/
.mainBody .news li {
    cursor: pointer;
    display: block;
    width: 1140px;
    height: 150px;
    border-bottom: 1px dashed #CCCCCC;
    padding: 0 30px;
    overflow: hidden;
}

.mainBody .news li .pull-right {
    font-size: 14px;
    line-height: 24px;
    width: 760px;
    height: 106px;
    margin: 22px 0;
    overflow: hidden;
}

.mainBody .news li .pull-right h2 {
    line-height: 32px;
    font-size: 18px;
    font-weight: normal;
}

.mainBody .news li a {
    cursor: pointer;
    color: #000000;
    display: block;
    width: 100%;
    height: 100%;
}

.mainBody .news li a:hover {
    color: #ffffff;
}

.mainBody .news li:hover {
    background: #f3f3f3;
}

.mainBody .news li:hover a {
    color: #65a636;
}

.mainBody .news li .date {
    text-align: center;
    width: 142px;
    height: 72px;
    margin: 39px auto;
}

.mainBody .news li .date p {
    font-weight: bold;
    font-size: 24px;
}

.mainBody .news li .date p + p {
    font-weight: normal;
    font-size: 18px;
}

.mainBody .news li img {
    display: block;
    width: 208px;
    height: 112px;
    margin: 19px 0;
}

/*联系我们*/
.box_contact {
    width: 1200px;
    height: auto;
}

.box_contact_map {
    width: 1140px;
    height: 590px;
    margin: 0 auto;
    border: 1px #999999 solid;
    overflow: hidden;
}

.contact_intro {
    width: 1100px;
    height: auto;
    display: block;
    margin: 35px auto 0;
}

.contact_left {
    width: 570px;
    height: auto;
    float: left;
    padding-top: 20px;
}

.contact_intro h1 {
    font-size: 20px;
    color: #65a636;
    line-height: 36px;
    border-bottom: 1px #000000 solid;
    font-weight: normal;
    margin-bottom: 2px;
}

.contact_left p {
    font-size: 14px;
    color: #000000;
    line-height: 36px;
}

.contact_right {
    height: auto;
    float: right;
    padding-top: 30px;
}

.contact_right .contact_code {
    width: 115px;
    height: 145px;
    float: left;
    margin-left: 20px;
}

.contact_right .contact_code img {
    display: block;
    width: 115px;
    height: 115px;
}

.contact_right .contact_code p {
    width: 115px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 14px;
    color: #000000;
}

.join h2 {
    font-size: 40px;
    color: #000000;
    line-height: 76px;
    font-weight: normal;
    background: url(../../images/jrkyyimages/job_abc.jpg) no-repeat left bottom;
}

.join h1 {
    font-size: 18px;
    color: #000000;
    line-height: 46px;
}

.join p {
    font-size: 12px;
    color: #000000;
    line-height: 30px;
}

.join .slideTxtBox {
    width: 100%;
    text-align: left;
    margin-top: 30px;
}

.join .slideTxtBox .hd {
    height: 60px;
    line-height: 60px;
}

.join .slideTxtBox .hd ul li {
    float: left;
    margin: 0 33px;
    font-size: 18px;
    color: #000000;
    cursor: pointer;
}

.join .slideTxtBox .hd ul li.on {
    background: url("../../images/jrkyyimages/job_abc.jpg") center bottom no-repeat;
}

.join .slideTxtBox h3 {
    margin-top: 20px;
    font-weight: bolder;
    cursor: pointer;
    height: 60px;
    line-height: 60px;
    overflow: hidden;
    padding: 0 30px;
    font-size: 14px;
    color: #000000;
}

.join .slideTxtBox h3 span {
    display: inline-block;
    width: 185px;
}

.join .slideTxtBox h3 span:first-child {
    width: 345px;
}

.join .slideTxtBox .bd li h4 {
    cursor: pointer;
    height: 45px;
    line-height: 45px;
    overflow: hidden;
    padding: 0 30px;
    font-size: 14px;
    color: #000000;
    font-weight: normal;
}

.join .slideTxtBox .bd li h4 span {
    display: inline-block;
    width: 185px;
}

.join .slideTxtBox .bd li h4 span:first-child {
    width: 345px;
}

.join .slideTxtBox .bd li:hover h4 {
    background: #f9f9f9;
}

.join .slideTxtBox .bd li div {
    display: none;
    margin: 10px 0;
    height: auto;
    background: #f9f9f9;
    padding: 30px;
    font-size: 14px;
    line-height: 28px;
    color: #333333;
}

.join .slideTxtBox .bd li div h5 {
    font-size: 14px;
}

.join .slideTxtBox .bd li div p {
    font-size: 14px;
    line-height: 28px;
    color: #333333;
}


